home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Access / Levels / Level_List < prev    next >
Text File  |  1996-11-05  |  789b  |  33 lines

  1. ;$HBBS
  2.  
  3. ; ConfAcs_XX points to the name of the conference access file to be used by this kind of user
  4. ; when they are created (can be over-ridden by changing the users ConfAccDataFile name)
  5. ; if the conf access file does not exist they will just get access to conf 1
  6. ; (see files in HBBS:System/Data/ConfAcs)
  7. ; also, if the conf access file that a user is set to does not exist, it will be set back
  8. ; to the one specified by their access level (for the duration of the call only!)
  9.  
  10. Level_1=10
  11. Level_Name_1=New User
  12. ConfAcs_1=New
  13.  
  14. Level_2=20
  15. Level_Name_2=HBBS User
  16. ConfAcs_2=HBBS
  17.  
  18. Level_3=50
  19. Level_Name_3=Normal User
  20. ConfAcs_3=Normal
  21.  
  22. Level_4=100
  23. Level_Name_4=Group Member
  24. ConfAcs_4=Group
  25.  
  26. Level_5=250
  27. Level_Name_5=Co-Sysop
  28. ConfAcs_5=CoSysop
  29.  
  30. Level_6=255
  31. Level_Name_6=Sysop
  32. ConfAcs_6=Sysop
  33.